EMT Practice Test

1. Question Content...


Question List

Question1: What is the preferred method for a Jenkins administrator to notify nil Jenkins users about upcoming system maintenance?

Question2: Which arc true when installing new plugins? Choose 2 answers

Question3: Which statements about a Distributed Version Control System are correct? Choose 2 answers

Question4: Which job type Is always available In Jenkins without additional plugins?

Question5: Which of the following are true about the structure of a Declarative Pipeline? Choose 2 answers

Question6: Which can be defined in and limited to a specific folder and its subfolders? Choose 4 answers

Question7: Which are benefits of binary reuse (compiling once and reusing the built artifact across the rest of the pipeline)? Choose 3 answers

Question8: A multi-configuration job contains the combination filter index% 4=1. What does this filter achieve?

Question9: When you want to validate that your software produces the desired behavior for end users, you need to use

Question10: Pipelines often require access to protected resources such as servers, databases, and SCMs. Without using an external credentials manager, which of the following provides the most secure centralized mechanism for managing the "secrets" that Jenkins requires to login/authenticate (for example: keys, tokens, passwords)?

Question11: A freestyle job is set up to "Enable concurrent builds if necessary" and configured to run on a single node.
How can you ensure that multiple concurrent runs share the same workspace?

Question12: A Freestyle job has the configuration shown here:

You run the following command from a Unix terminal: curl http: ///git/notifyCommit?
url-gitagithub.com: cloudbees/github test.git Will the Job be triggered?

Question13: What is the default directory where a build takes place?

Question14: Which are Source Code Management tools?
Choose 3 answers

Question15: In Jenkins, which section in a Freestyle job configuration is used to execute a Linux (shell) or Windows (batch) command?

Question16: Yon are an administrator of a base Jenkins master with the recommended plugin set and you want to connect a new agent using SSH. Authentication on the remote node that will host the agent is done with an SSH key pair which your users must NOT be able to see or access. Which of the following is TRUE assuming your users do not have admin rights?

Question17: Which of the following are advantages of a Pipeline job when compared to a Freestyle job? Choose 2 answers

Question18: In Jenkins, a trigger commonly refers to a mechanism that automatically_________.

Question19: Which are commonly referenced as key points of CI?
Choose 3 answers